Fix infobar reftest for label background changes
authorPaolo Borelli <pborelli@gnome.org>
Fri, 24 Feb 2012 13:32:43 +0000 (14:32 +0100)
committerPaolo Borelli <pborelli@gnome.org>
Mon, 30 Apr 2012 19:53:17 +0000 (21:53 +0200)
Fix the reftest after previous commit

https://bugzilla.gnome.org/show_bug.cgi?id=670743

tests/reftests/info-bar-message-types.css

index 775601c3462a36064b2acceb2688c21fe1dbe0ad..9a077109afb33afe756721ee7144b8af97552d59 100644 (file)
@@ -1,23 +1,22 @@
 @import "reset-to-defaults.css";
 
 .info {
-/* FIXME: for now label does not support background */
-/* background-color: @info_bg_color;*/
+  background-color: @info_bg_color;
   color: @info_fg_color;
 }
 
 .warning {
-/* background-color: @warning_bg_color;*/
+  background-color: @warning_bg_color;
   color: @warning_fg_color;
 }
 
 .question {
-/* background-color: @question_bg_color;*/
+  background-color: @question_bg_color;
   color: @question_fg_color;
 }
 
 .error {
-/* background-color: @error_bg_color;*/
+  background-color: @error_bg_color;
   color: @error_fg_color;
 }